From: Jim Blandy Date: Tue, 25 May 1993 13:03:47 +0000 (+0000) Subject: * casetab.c: Fix formatting, so as not to confuse etags. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95991 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a1de6b4b57debde551f96bf7abacfe0924c8bbb2;p=emacs.git * casetab.c: Fix formatting, so as not to confuse etags. --- diff --git a/src/casetab.c b/src/casetab.c index de13a91dcc8..dbd200fd0f1 100644 --- a/src/casetab.c +++ b/src/casetab.c @@ -76,8 +76,7 @@ DEFUN ("current-case-table", Fcurrent_case_table, Scurrent_case_table, 0, 0, 0, return Fcons (down, Fcons (up, Fcons (canon, Fcons (eqv, Qnil)))); } -DEFUN ("standard-case-table", Fstandard_case_table, - Sstandard_case_table, 0, 0, 0, +DEFUN ("standard-case-table", Fstandard_case_table, Sstandard_case_table, 0, 0, 0, "Return the standard case table.\n\ This is the one used for new buffers.") () @@ -111,8 +110,7 @@ Both CANONICALIZE and EQUIVALENCES may be nil, in which case\n\ return set_case_table (table, 0); } -DEFUN ("set-standard-case-table", - Fset_standard_case_table, Sset_standard_case_table, 1, 1, 0, +DEFUN ("set-standard-case-table", Fset_standard_case_table, Sset_standard_case_table, 1, 1, 0, "Select a new standard case table for new buffers.\n\ See `set-case-table' for more info on case tables.") (table)